BaseSubsystem.GetAllByteVariables method

Gets the list of user-defined variables in 8-bit unsigned integer.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
ReadOnlyCollection<IUserVariable<byte>> GetAllByteVariables(
       IUserVariable Parent = null
)
Function GetAllByteVariables(
       Parent = null As IUserVariable
) As ReadOnlyCollection(Of IUserVariable(Of Byte))

Parameters

Parent

Type: IUserVariable

Default value: null

The parent folder of IUserVariable. By default, it gets variables from the root folder.

Remarks

The variable can be used in KINGSTAR Scope and a real-time log.

Return value

Type: ReadOnlyCollection<T>

Returns the list of user-defined variables in unsigned 8-bit integer.

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

See also

BaseSubsystem Class

IntervalZero.KINGSTAR.Base.Class Namespace